home *** CD-ROM | disk | FTP | other *** search
- ;-------------------------------------------------------------------------
- ;-------------------------------------------------------------------------
- ; Squish EchoMail Snoop Program (SEMS)
- ; by R.J. (Bob) Ross
- ; SysOp - RJ's Byteline BBS
- ; FidoNet 1:134/75
- ;-------------------------------------------------------------------------
- ;-------------------------------------------------------------------------
- ; Configuration file for program SEMS
- ; lines starting with a semi-colan (;) are treated as comments.
- ;-------------------------------------------------------------------------
- ;
- ; EchoMail Originating Nodes to look at. A maximum of 20 Snoop key words
- ; can be used.
- ;
- ;-------------------------------------------------------------------------
- ;
- Snoop (1:134/75)
- Snoop (1:134/75.1)
- ;
- ;-------------------------------------------------------------------------
- ;
- ; Output file where the message contents will be written to. Note
- ; message contents will be appended to the OutPutFile each time SEMS
- ; is executed if the -A switch is used when SEMS is executed.
- ;
- ;-------------------------------------------------------------------------
- ;
- OutPutFile d:\sems\rj.txt
- ;
- ;------------------------------------------------------------------------
- ;
- ; Look at messages n days back from the current date. Note a DaysBack
- ; of 0 will look at the current day. Messages will be spooled if either
- ; the date the message was writtin or the date the message was received
- ; meets the DaysBack parameter.
- ;
- ;------------------------------------------------------------------------
- ;
- DaysBack 1
- ;
- ;------------------------------------------------------------------------
- ;
- ; Look for selected strings/words in messages. A maxamum of 20 LookFor key
- ; words (case insensitive) can be used. Messages containing any of the
- ; LookFor strings that meet the Snoop and DaysBack selections will be
- ; flagged with the word **LOOK** centered just after the subject line in
- ; spooled messages. LookFor is very useful in scaning for offensive
- ; strings or words in messages.
- ;
- ;-------------------------------------------------------------------------
- ;
- LookFor Bill Gates uses OS2!
- LookFor Your mother wears army boots
- LookFor skipped school
- LookFor darn
- LookFor heck
- LookFor Henning hates chocolate!
- LookFor Bob Ross
- ;
- ;-------------------------------------------------------------------------
- ;
- ; Use your Squish.cfg file to parse all EchoAreas in the Squish.cfg
- ; file.
- ;
- ;-------------------------------------------------------------------------
- ;
- SquishCfg d:\squish\Squish.cfg
- ;
- ;-------------------------------------------------------------------------
- ;
- ; Use EchoArea key word in this cfg file instead of SquishCfg
- ;
- ; AreaTag Squish Msg drive:\path\filename (no extension)
- ;
- ;-------------------------------------------------------------------------
- ;
- ;EchoArea CALGARY c:\ECHO\CALGARY
- ;EchoArea BINKLEY d:\ECHO\BINKLEY
- ;EchoArea BYTELINE d:\ECHO\BYTELINE
- ;EchoArea COMMENTS d:\ECHO\COMMENTS
- ;EchoArea HAYES d:\ECHO\HAYES
- ;EchoArea STATS d:\SEMS\STATS
- ;EchoArea TUB d:\ECHO\TUB
- ;EchoArea BASIC7 d:\ECHO\BASIC7
- ;EchoArea WIN95 d:\ECHO\WIN95
- ;
- ;End